html {
    min-width: 1280px;
    font-family: "microsoft yahei" !important;
    font-weight: 400;
}

/** 清除内外边距 **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
    /* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
    /* list elements 列表元素 */
pre,
    /* text formatting elements 文本格式元素 */
form,
fieldset,
legend,
button,
input,
textarea,
    /* form elements 表单元素 */
th,
td

    /* table elements 表格元素 */
{
    margin: 0;
    padding: 0;
}

/** 设置默认字体 **/
body,
button,
input,
select,
textarea {
    color: #333333;
    font-size: 14px;
}

s h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

/* 将斜体扶正 */
code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
}

/* 统一等宽字体 */
small {
    font-size: 12px;
}

/* 小于 12px 的中文很难阅读, 让 small 正常化 */
/** 重置列表元素 **/
ul,
ol {
    list-style: none;
}

/** 重置文本格式元素 **/
a {
    text-decoration: none;
    display: block;
    color: #333;
}

/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}

/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}

/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}

/* 正在点击的链接*/
a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

sup {
    vertical-align: text-top;
}

/* 重置, 减少对行高的影响 */
sub {
    vertical-align: text-bottom;
}

/** 重置表单元素 **/
legend {
    color: #000;
}

/* for ie6 */
fieldset,
img {
    border: 0;
}

/* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
    font-size: 100%;
}

/* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */
/** 重置表格元素 **/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 HTML5 元素 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    display: block;
    margin: 0;
    padding: 0;
}

mark {
    background: #ff0;
}

/* 设置placeholder的默认样式 */
:-moz-placeholder {
    color: #ddd;
}

::-moz-placeholder {
    color: #ddd;
}

input:-ms-input-placeholder {
    color: #ddd;
}

input::-webkit-input-placeholder {
    color: #ddd;
}

button {
    outline: none;
}

.oepn-contact {
    cursor: pointer;
}

.backgrongd_gray {
    background-color: #F2F2F2;
}

.index_head {
    width: 100%;
    background-color: #fff;
}

.index_nav {
    width: 100%;
    background-color: #F8F8F8;
}

.index_nav > div {
    width: 1200px;
    margin: 0 auto;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_nav_logo {
    width: 20%;
    /* margin-left: 180px; */
}

.index_nav_logo img {
    max-width: 75%;
    max-height: 100%;
}

.index_nav_a {
    text-align: center;
    font-size: 12px;
    /*font-weight: 600;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    /* margin-right: 200px; */
    font-family: Source Han Sans CN;
}

.index_nav_a a {
    /*width: 10%;*/
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    display: block;
    white-space: nowrap;
    margin: 0px 20px;
    font-size: 16px;
    letter-spacing: 2px;
    color: #333333;
    font-weight: 500;
    /*border-bottom: 3px #fff solid;*/
}

.index_nav_a_active {
    /*color: #dc5511 !important;*/
    /*border-bottom: 3px #DC5511 solid !important;*/
}

.index_nav_a a:hover {
    /*color: #dc5511;*/
    /*border-bottom: 3px #DC5511 solid;*/
}

.index_nav_btns {
    display: flex;
    /*width: 33%;*/
    align-items: center;
    flex-direction: row-reverse;
}

.index_nav_btns img {
    width: 20px;
    height: 20px;
}

.index_nav_btns_btn {
    /*display: flex;*/
    justify-content: flex-start;
    align-items: center;
    margin-left: 30px;
}

.index_nav_btns_input {
    width: 250px;
    display: flex;
    justify-content: center;
    border: 1px #f1f1f1 solid;
    border-radius: 20px;
    padding: 3px 5px;
    margin-right: 30px;
}

.index_nav_btns_input img {
    width: 21px;
    height: 21px;
    max-height: 100%;
    max-width: 100%;
}

.index_nav_btns_input input {
    outline: none;
    border: none;
    padding-left: 10px;
}

.index_nav_btns_input > input::-webkit-input-placeholder {
    font-size: 14px/1.5;
    color: #dadada;
}

.index_nav_btns_input > input:focus {
    outline: none;
}


.index_nav_btns_btn > div:first-child {
    margin-right: 20px;
}

.index_nav_btns_btn button {
    border: none;
    background-color: #DC5511;
    color: #fff;
    width: 60px;
    height: 40px;
    border-radius: 15px;
    cursor: pointer;
}

.idnex_banner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.idnex_banner_right {
    width: 300px;
    /*position: absolute;*/
    /*padding: 0 50px 0 20px;*/
    /*top: 0;*/
    /*right: 10%;*/
    /*height: calc(100% - 5px);*/
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 999;
    overflow: hidden;
}

.index_banner_right_one {
    display: flex;
    align-items: center;
    margin-top: 10%;
    margin-bottom: 7%;
    padding-left: 30px;
}

.index_banner_right_one > div:first-child {
    width: 75px;
    height: 75px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.index_news_banner_box_news {
    width: 100%;
    height: 128px;
}

.index_news_banner_box_news img {
    max-height: 128px;
}

.index_banner_right_one > div > div {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #333333;
}

.index_banner_right_two {
    width: 260px;
    height: 100px;
}

.index_banner_right_two div {
    background-color: #fff;
    color: #DC5511;
    padding: 10px 15px;
    border: 1px #DC5511 solid;
    cursor: pointer;
}

.index_banner_btn_is {
    width: 135px;
    height: 17px;
    border-radius: 10px;
}

.index_banner_right_two .index_banner_btns {
    background-color: #DC5511;
    color: #fff;
}

.index_banner_right_two .index_banner_btns a {
    display: block;
    color: #fff;
    text-align: center;
}

.index_body {
    width: 60%;
    min-width: 1200px;
    margin: 0 auto;
}

.index_teacher {
    margin-bottom: 50px;
}

.index_teacher_title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-top: 25px;
}

.index_teacher_more {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 40px;
    /*width: 80px;*/
    height: 24px;
    color: #FF7800;
    display: flex;
    letter-spacing: 1px;
}

.teacher_list_box {
    /*display: flex;*/
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.teacher_list_box_img {
    width: 385px;
    height: 139px;
    position: relative;
}

.teacher_list_box_img img {
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.teacher_course_status {
    position: absolute;
    top: -10px;
    left: 20px;
    z-index: 9999;
}

.teacher_list_box_detail {
    margin-top: 10px;
    flex: 1;
}

.teacher_list_box_detail > p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.teacher_list_box_detail_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.teacher_list_box_detail_box .left {
    display: flex;
    align-items: flex-end;
    color: #333333;
}

.teacher_list_box_detail_box .left img {
    width: 25px;
    margin-right: 5px;
}

.teacher_list_box_detail_box p {
    margin-right: 7px;
}

.teacher_list_box_detail_box .right p:last-child {
    background-color: #DC5511;
    padding: 2px 7px;
    cursor: pointer;
    letter-spacing: 2px;
    color: #fff;
    border-radius: 5px;
}

.index_body_content {
    margin-top: 30px;
    /*margin-bottom: 30px;*/
}

.body_content_top {
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px #F1F1F1 solid;
    align-items: center;
    white-space: nowrap;
}

.body_content_top > p {
    font-size: 36px;
    margin-right: 30px;
    font-weight: 500;
}

.index_body_content_nav {
    display: flex;
    align-items: center;
    flex: 1;
    padding-left: 10px;
}

.index_body_content_nav p {
    margin-right: 40px;
    font-size: 18px;
    font-weight: 550;
    padding: 5px 0;
    min-width: 70px;
    text-align: center;
    cursor: pointer;
    border-bottom: 3px #f8f8f8 solid;
}

.index_body_content_nav p:hover {
    color: #DC5511;
    border-bottom: 3px #DC5511 solid;
}

.index_body_content_nav p:hover .index_body_content_nav_active {
    border-bottom: none;
    padding: 0 !important;
}

.index_body_content_nav_active {
    color: #DC5511;
    border-bottom: 3px #DC5511 solid;
}

.body_content_center {
    margin-top: 10px;
    min-height: 300px;
    margin-bottom: 20px;
}

.body_content_box {
    display: flex;
    justify-content: space-between;
}

.body_content_box > div {
    width: 32%;
}

.body_content_box_new > div {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.body_content_box_new > div > div {
    flex-shrink: 0;
    width: 5px;
    height: 5px;
    background-color: #c8c3c3;
    border-radius: 50%;
    margin-right: 10px;
}

.body_content_box_new > div > p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #959595;
    cursor: pointer;
}

.body_content_box_new > div > p > a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.body_content_box_new > div > p:hover {
    color: #666;
    font-weight: 600;
    /* font-size: 15px; */
}

.body_content_box_recommend {
    border-left: 1px #959595 solid;
    padding-left: 15px;
    /* height: 300px; */
}

.body_content_box_recommend > div {
    width: 280px;
    height: 96px;
    margin-bottom: 7px
}

.body_content_box_recommend > div > p {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-top: 36px;
}

.left_div_content {
    width: 320px;
    height: 412px;
    margin-right: 27px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.left_div_content .swiper-container {
    width: 240px;
    height: 230px;
    margin-top: 20px;
    padding-bottom: 30px;
}

.left_div_content .swiper-container img {
    min-width: 99%;
    max-width: 99%;
    min-height: 99%;
    max-height: 99%;
    object-fit: cover;
}

.left_div_content .left_div_content_el {
    margin-top: 2px;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
}

.left_div_content .left_div_content_title {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 5px;
    margin-top: 30px;
}

.left_div_content .left_div_content_line {
    width: 170px;
    height: 2px;
    border-radius: 10px;
    margin-top: 8px;
}

.teacher_color {
    color: #7E00D2;
}

.economy_color {
    color: #D10000;
}

.recsource_color {
    color: #DD7600;
}

.accounting_color {
    color: #00AFDB;
}

.body_content_box_title {
    color: #666;
    width: 100px;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px #DC5511 solid;
    margin-bottom: 10px;
}

.body_content_box_recommend_list {
    display: flex;
    /* align-items: center; */
    justify-content: flex-start;
}

.body_content_box_recommend_list > div:first-child {
    width: 130px;
    margin-right: 15px;
    height: 100%;
    flex-shrink: 0;
}

.body_content_box_recommend_list img {
    max-width: 100%;
    max-height: 100%;
}

.body_content_box_recommend_list > div {
    margin-bottom: 15px;
}

.body_content_box_recommend_list > div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 55%;
}

.body_content_box_recommend_list p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.body_content_box_recommend_list > div > p:last-child {
    color: #DC5511;
}

.body_content_box_recommend_list span {
    font-size: 20px;
}

.index_body_companyInfo_title {
    font-size: 36px;
    padding-bottom: 20px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.index_body_companyInfo_title a {
    font-size: 14px;
    color: #999;
}

.companyInfo_list_box {
    position: relative;
    min-width: 414px;
    min-height: 279px;
    width: 414px;
    height: 280px;
}

.companyInfo_list_box img {
    max-width: 100%;
    max-height: 100%;
}

.companyInfo_list_box_content {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px;
    /* padding-bottom: 5px; */
}

.companyInfo_list_box_content > div:first-child {
    font-size: 15px;
    font-weight: 550;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.companyInfo_list_box_content > div:last-child {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index_body_about {
    margin-top: 30px;
}

.index_body_about_content {
    display: flex;
    justify-content: space-between;
}

.index_body_about_content img {
    max-width: 100%;
    max-height: 100%;
}

.index_body_about_content > div:first-child {
    width: 70%;
    flex-shrink: 0;
    position: relative;
}

.index_body_about_content > div:last-child {
    flex: 1;
    position: relative;
}

.index_body_about_content_detail {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    line-height: 30px;
    font-weight: 400;
}

.index_body_about_content_detail a {
    margin-top: 10px;
    width: 80px;
    height: 30px;
    border: 1px #ccc solid;
    text-align: center;
    line-height: 30px;
}

.index_body_about_us {
    margin: 0 auto;
    margin-top: calc(10% + 16px);
    width: 200px;
    height: 160px;
    border: 8px solid #da9e5e;
    font-size: 46px;
    font-weight: 600;
    position: relative;
}

.index_body_about_us > div {
    position: absolute;
    top: 30%;
    left: -60%;
    transform: translate(50%, -30%);
}

.index_body_about_us p {
    height: 40px;
}

.index_foot {
    /*padding-top: 50px;*/
    width: 100%;
    background-color: #fff;
    white-space: nowrap;
}

.index_foot_content_top {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding: 30px 30px;
}

/* .index_foot_content_div{
	margin-top: 70px;
} */

.index_foot_content_code {
    width: 120px;
    height: 120px;
}

.index_foot_img_box {
    background-color: #fff;
    text-align: center;
    padding: 10px;
    color: #1a1a1a;
}

.index_f_b_one > div:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_f_b_one > div:last-child {
    display: flex;
    align-items: center;
}

.index_foot_content_top a {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
}


.index_foot_content_top p {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 20px;
}

.index_foot_contact_img {
    margin-top: 20px;
}

.index_foot_contact_img img {
    width: 32px;
    height: 32px;
}

.index_foot_contact_img img:first-child {
    margin-right: 30px;
}

.index_foot_qrcode {
    width: 155px;
    text-align: center;
}

.index_foot_qrcode p {
    color: #959595;
    font-size: 15px;
    letter-spacing: 1px;
}

.index_foot_qrcode img {
    max-width: 90%;
    max-height: 90%;
}

.index_foot_content_bottom {
    color: #959595;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    padding-bottom: 20px;
    background-color: #fff;
}

.index_foot_content_bottom_flex {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.index_foot_content_bottom_flex p {
    margin-right: 5px;
    margin-left: 5px;
}

/* 商城css */


.index_shop_navImg img {
    max-width: 100%;
    max-height: 100%;
}

.index_shop_navImg > div:first-child {
    position: relative;
    font-size: 0;
}

.index_shop_navImg .index_shop_navImg_one > div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.index_shop_navImg > div:last-child {
    display: flex;
    align-items: center;
    padding-top: 30px;
    /* padding-bottom: 10px; */
    background-color: #F0F0F0;
}

.index_shop_navImg_two > div {
    display: flex;
    align-items: center;
    flex: 1;
}

.index_shop_navImg_two > div p {
    /* margin-left: 70px; */
    font-size: 17px;
    margin-right: 50px;
    /* min-width: 100px; */
    text-align: center;
    cursor: pointer;
    padding-bottom: 5px;
    border-bottom: 3px solid #F0F0F0;
}

.index_shop_navImg_two > div p:hover a {
    /* border-bottom: 3px solid #DC5511; */
    color: #DC5511 !important;
}

.index_shop_navImg > div > p {
    /* margin-left: 70px; */
    font-size: 17px;
    min-width: 100px;
    text-align: center;
    cursor: pointer;
    padding-bottom: 20px;
    border-bottom: 3px solid #F0F0F0;
}

.index_shop_navImg_active a {
    /* border-bottom: 3px solid #DC5511; */
    color: #DC5511;
    font-weight: bold;
}

.index_shop_navImg > div > p:hover a {
    /* border-bottom: 3px solid #DC5511; */
    color: #DC5511 !important;
}

.shop_nav_more {
    position: absolute;
    right: 5px;
    top: calc(50% - 15px);
    transform: translateY(-50% -15px);
    color: #1E9FFF;
    font-weight: bold;
}

.index_shop_list {
    margin-top: 30px;
}

.index_shop_navImg_two .shop_nav {
    padding-bottom: 15px;
}

.index_shop_navImg_two .swiper-container-horizontal > .swiper-scrollbar {
    bottom: -2px !important;
}

.index_shop_navImg_two .shop_nav .swiper-slide {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.index_shop_list_title {
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.index_shop_list_title > div {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px #1369e3 solid;
    margin-right: 5px;
}

.index_shop_list_title > div > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: #1369E3;
    border-radius: 50%;
}

.index_shop_list_box {
    display: flex;
    /* justify-content: space-between; */
    flex-direction: row;
    flex-wrap: wrap;
}


.index_shop_list_detail > a {
    display: block;
}

.index_shop_list_detail {
    width: calc((100% - 20px * 3) / 4);
    margin-right: 20px;
    box-shadow: 1px 3px 5px #f1f1f1;
    border-radius: 0 0 20px 20px;
    margin-bottom: 20px;
}

.index_shop_list_box > div:nth-child(4n+4) {
    margin-right: 0px;
}

.index_shop_list_detail_one {
    position: relative;
    font-size: 0;
    min-height: 200px;
}

.index_shop_list_detail_one img {
    width: 285px;
    height: 191px;
}

.index_shop_list_detail_one div {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    font-size: 16px;
    z-index: 99;
    bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    text-align: right;
    font-size: 24px;
    font-weight: 500;
    color: #959595;
}

.index_shop_list_detail_one div p {
    padding-right: 50px;
}

.index_shop_list_detail_two {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 5px;
    font-size: 17px;
}

.index_shop_list_detail_three {
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
}

.index_shop_list_detail_three p {
    background-color: #eee;
    color: #989eab;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 13px;
    font-weight: 200;
    white-space: nowrap;
    /*width: 80px;*/
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
}

.index_shop_list_detail_three p:last-child {
    background-color: #fff;
}

.index_shop_list_detail_four {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    color: #DC5511;
}

.index_shop_teacher {
    margin-top: 30px;
}

.shopTeacher .swiper-wrapper {
    width: 92.5%;
    margin: 0 auto;
}

.shopTeacher_box {
    width: 24% !important;
}

.shopTeacher_box_img {
    margin: 0 auto;
    width: 130px;
    height: 130px;
    position: relative;
    background-color: #d5d5d5;
    border-radius: 50%;
    overflow: hidden;
}

.shopTeacher_box_img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.shopTeacher_box_detail_title {
    margin: 0 auto;
    text-align: center;
}

.shopTeacher_box_detail_title p {
    font-size: 18px;
    margin-top: 5px;
}

.shopTeacher_box_detail_title p:last-child {
    font-size: 14px;
    color: #AAAAAA;
    font-weight: 300;
}

.shopTeacher_box_detail_content {
    margin-top: 5px;
    color: #707070;
    font-size: 14px;
}

.shopDetail_top {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.shopDetail_top > div {
    width: 95%;
    margin: 0 auto;
    position: relative;
}

.shopDetail_top_nav {
    display: flex;
    margin-bottom: 20px;
}

.shopDetail_top_nav p {
    margin-right: 5px;
}

.shopDetail_top_nav p:last-child {
    font-weight: 600;
}

.shopDetail_top_box {
    display: flex;
    justify-content: space-between;
}

.shopDetail_top_box > div:first-child {
    font-size: 0;
    width: 460px;
}

.shopDetail_top_box > div:last-child {
    flex: 1;
    margin-left: 30px;
    border-bottom: 1px solid #EEEEEE;
}

.shopDetail_top_box_title {
    display: flex;
    align-items: flex-end;
}

.shopDetail_top_box_title img {
    width: 50px;
}

.shopDetail_top_box_title p {
    font-size: 24px;
    font-weight: 500;
    margin-left: 20px;
}

.shopDetail_top_box_tips {
    font-size: 14px;
    color: #FF6029;
    margin-top: 20px;
    margin-bottom: 20px;
}

.shopDetail_top_box_detail {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #FFF;
}

.shopDetail_top_box_detail div {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #999999;
}

.shopDetail_top_box_detail > div > span:first-child {
    margin-right: 10px;
    margin-left: 20px;
}

.shopDetail_top_box_detail .money {
    color: #DC5511;
    font-size: 24px;
    font-weight: 500;
}

.shopDetail_top_box_detail .gift {
    font-size: 12px;
    border: 1px #DC5511 solid;
    padding-left: 2px;
    padding-right: 2px;
    color: #DC5511;
    margin-right: 5px;
}

.shopDetail_top_box_class {
    margin-top: 10px;
    width: 60%;
    margin-left: 20px;
}

.shopDetail_top_box_class .title {
    color: #999999;
    margin-bottom: 10px;
}

.shopDetail_top_box_class .class_list_box {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.shopDetail_top_box_class .class_list_box p {
    /* width: 28%; */
    /* width: calc((100% - 40px * 2) / 3); */
    margin-right: 15px;
    text-align: center;
    border: 1px #999999 solid;
    margin-bottom: 10px;
    color: #999999;
    border-radius: 5px;
    cursor: pointer;
    padding: 3px 15px;
}

/* .shopDetail_top_box_class .class_list_box p:nth-child(3n+3) {
	margin-right: 0px;
} */

.shopDetail_top_box_class .class_list_box p:hover {
    color: #DC5511;
    border-color: #DC5511;
}

.shopDetail_top_box_class .class_list_box .shopDetail_top_box_class_active {
    color: #DC5511;
    border-color: #DC5511;
}

.shopDetail_top_btns {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 50px;
}

.shopDetail_top_btns a {
    display: block;
    border: 1px #DC5511 solid;
    width: 148px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #DC5511;
}

.shopDetail_top_btns .shopDetail_top_btns_active {
    background-color: #DC5511;
    color: #fff;
}

.shopDetail_bottom {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}

.shopDetail_bottom > div {
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.shopDetail_bottom > div > div:first-child {
    width: 70%;
    padding-top: 20px;
}

.shopDetail_bottom > div > div:last-child {
    flex: 1;
}

.shopDetail_bottom > div > div:last-child > div {
    flex: 1;
    margin-left: 30px;
    /*border: 1px #E5E5E5 solid;*/
    padding-top: 20px;
    padding-left: 10px;
    margin-bottom: 20px;
    /*min-height: 300px;*/
}

.shop_dc_list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 96%;
    cursor: pointer;
    border: 1px #F1F1F1 solid;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
}

.shop_dc_list_active {
    border: 1px #dc5511 solid;
}

.shop_dc_list:hover {
    border: 1px #dc5511 solid;
}

.shop_dc_list > div:first-child {
    width: 75%;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.shop_dc_list > div:first-child > div {
    color: #999999;
    font-size: 13px !important;
}

.shop_dc_list > div:first-child > div:first-child {
    font-size: 17px !important;
    color: #DC5511;
}

.shop_dc_list > div:last-child {
    flex: 1;
    text-align: center;
    background-color: #DC5511;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopDetail_bottom_box {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #F1F1F1 solid;
    /*min-height: 300px;*/
}

.shopDetail_bottom_box img{
    width: 100%;
}

.shopDetail_bottom_title {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.shopDetail_bottom_title img {
    width: 30px;
    margin-right: 15px;
}

.shopDetail_bottom_text {
    color: #323232;
}

.shopDetail_bottom_text p {
    margin-bottom: 8px;
}

.shopDetail_bottom_service {
    display: flex;
    flex-wrap: wrap;
    width: 66%;
}

.shopDetail_bottom_service img {
    width: 24px;
    margin-right: 10px;
}

.shopDetail_bottom_service > div {
    display: flex;
    margin-left: 40px;
    margin-right: 30px;
    margin-bottom: 20px;
}

.shopDetail_bottom_detail {
    font-size: 0;
}

.shopDetail_bottom_detail img {
    max-width: 100%;
    max-height: 100%;
}

.shopDetail_bottom_detail p {
    margin-bottom: 8px;
    font-size: 16px;
    color: #323232;
}

.shopDetail_bottom_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    padding-bottom: 10px;
    border-bottom: 1px #F1F1F1 solid;
    margin-bottom: 10px;
}

.shopDetail_bottom_list .tips {
    display: flex;
    margin-top: 10px;
}

.shopDetail_bottom_list .tips div {
    margin-right: 10px;
    background-color: #EEEEEE;
    color: #8C92A1;
    padding: 2px 6px;
}

.shopDetail_bottom_list .other_money {
    font-size: 20px;
    font-weight: 500;
    color: #DC5511;
}

.order_info {
    width: 100%;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.order_info > div {
    width: 95%;
    margin: 0 auto;
}

.order_info_box {
    display: flex;
    align-items: center;
    border: 1px solid #F1F1F1;
    padding: 10px;
}

.order_info_one {
    width: 15%;
    font-size: 0;
}

.order_info_one img {
    max-width: 90%;
    max-height: 90%;
}

.order_info_two {
    flex: 1;
    margin-left: 50px;
    font-size: 18px;
    font-weight: 500;
}

.order_info_three {
    width: 15%;
    text-align: center;
    border-left: 1px #F1F1F1 solid;
    font-size: 26px;
    font-weight: 500;
    color: #DC5511;
}

.order_address {
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.order_address > div {
    width: 95%;
    margin: 0 auto;
}

.order_address_info span {
    margin-right: 10px;
    font-size: 16px;
}

.order_address_info_list {
    margin-bottom: 10px;
}

.order_address_info_list input {
    border: none;
    border-bottom: 1px solid #989898;
}

.order_address_info_list > input::-webkit-input-placeholder {
    font-size: 14px/1.5;
    color: #dadada;
}

.order_address_info_list > input:focus {
    outline: none;
}

.add_select {
    padding: 6px 10px;
}

.add_select {
    display: inline-block;
    width: 300px;
    position: relative;
    vertical-align: middle;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    color: #555;
    border: 1px solid #aaa;
    text-shadow: none;
    border-radius: 4px;
    transition: box-shadow 0.25s ease;
    z-index: 2;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.add_select:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #ccc;
    top: 14px;
    right: 10px;
    cursor: pointer;
    z-index: -2;
}

.order_address_info_list select {
    cursor: pointer;
    padding: 10px;
    width: 50%;
    border: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("https://raw.githubusercontent.com/ourjs/static/gh-pages/2015/arrow.png") no-repeat scroll right center transparent;
}

.order_address_info_list select:focus {
    outline: none;
}

.add_select option {
    padding-top: 10px;
    padding-bottom: 10px;
}

.order_address_info_list select::-ms-expand {
    display: none;
}


.order_discount {
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.order_discount > div {
    width: 95%;
    margin: 0 auto;
}

.order_discount_title {
    font-size: 24px;
    border-bottom: 1px #f1f1f1 solid;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.order_discount_nothing {
    text-align: center;
    font-size: 14px;
    color: #999999;
}

.order_discount_nothing img {
    max-width: 30%;
    margin-bottom: 10px;
}

.order_discount_have {
    display: flex;
    flex-wrap: wrap;
}

.order_discount_have_list {
    box-shadow: 1px 1px 1px 0px #f1f1f1;
    width: calc(29.5% - 24px);
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 4px solid #F1F1F1;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.order_discount_have_list .is_choose {
    position: absolute;
    transform: rotate(45deg);
    background-color: #DC5511;
    font-size: 16px;
    color: #fff;
    top: -19px;
    right: -40px;
    padding: 30px 30px 5px 30px;
}

.order_discount_have_list_active {
    border: 4px solid #DC5511;
}

.order_discount_have_list:hover {
    opacity: 0.7;
}

.order_discount_have_list .money {
    font-size: 26px;
    color: #DC5511;
}

.order_discount_have_list .detatil {
    color: #333;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.order_discount_have_list .choose {
    font-size: 20px;
    color: #DC5511;
    width: 100px;
    margin: 0 auto;
    padding: 0 10px 8px 10px;
    border-bottom: 3px solid #333;
    border-left: 3px solid #DC5511;
    border-radius: 0 0 0 10px;
    line-height: 10px;
}

.order_choosePay {
    width: 100%;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.order_choosePay > div {
    width: 95%;
    margin: 0 auto;
}

.order_choosePay_box {
    display: flex;
    align-items: center;
}

.order_choosePay_box > div {
    display: flex;
    align-items: center;
    margin-right: 50px;
    border: 1px #F1F1F1 solid;
    padding: 3px 15px;
    cursor: pointer;
}

.order_choosePay_box img {
    width: 32px;
    margin-right: 10px;
}

.order_choosePay_box_active {
    border: 1px #DC5511 solid !important;
}

.order_discount_have_list img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
}

.order_pay {
    margin-top: 20px;
    width: 100%;
    background-color: #fff;
}

.order_pay > div {
    display: flex;
    width: 95%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.order_pay_right {
    display: flex;
    align-items: center;
}

.order_pay_right > div:last-child {
    background-color: #DC5511;
    color: #fff;
    width: 80px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
    font-weight: 300;
    margin-left: 20px;
    cursor: pointer;
}

.order_pay_right > div:first-child span:last-child {
    color: #DC5511;
    font-size: 20px;
}

.newDetail_class_box {
    width: 100%;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
}

.newDetail_class_box > div {
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
}

.newDetail_class_box .news_title_nav ul {
    display: flex;
    position: absolute;
    /* bottom: -50px; */
    /* left: -32px; */
    background-color: #fff;
    padding: 20px;
    /* display: none; */
    opacity: 0;
}

.news_title_nav {
    flex: 1;
}

.newDetail_class_box > div ul li {
    margin-right: 20px;
    white-space: nowrap;
    border-bottom: 1px #fff solid;
}


.newDetail_class_box > div > div {
    margin-right: 30px;
    padding-left: 20px;
    padding-bottom: 20px;
    cursor: pointer;
}

.news_title_nav > div > div:hover {
    color: #DC5511;
}

.newDetail_class_box > div > div:last-child {
    border: none;
}

.newDetail_class_box > div > div p {
    font-size: 18px;
    font-weight: 500;
    padding-right: 30px;
    /* border-right: 1px solid #333; */
}

.news_title_nav > div > div:hover ul {
    transition: 1s;
    opacity: 1;
    display: flex;
}

.newDetail_class_box_list > li:hover a {
    color: #DC5511;
    border-bottom: 1px solid #DC5511;
}

.news_detail_nav_box_one {
    flex-wrap: wrap;
}

.news_detail_nav_box_one p {
    margin-right: 25px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 15px;
    font-weight: 550;
}

.news_detail_nav_box_one .news_detail_title_active a,
.news_detail_title_active {
    color: #DC5511;
}

.news_detail_nav_box_one p:hover {
    color: #DC5511;
}

.newDetail_class_Left_right {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.newDetail_class_Left {
    width: 74%;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.newDetail_class_Left > div {
    width: 95%;
    margin: 0 auto;
}

.newDetail_class_Left_title {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.newDetail_class_Left_content p {
    margin-bottom: 10px;
}

.newDetail_class_Left_content img {
    max-width: 100%;
    max-height: 100%;
}

.newDetail_class_right {
    width: 25%;
    background-color: #fff;
}

.newDetail_class_Left_a {
    margin-top: 20px;
    margin-bottom: 20px;
}

.newDetail_class_Left_a a {
    color: #2962BA;
    margin-bottom: 10px;
}

.newDetail_class_right > div {
    width: 85%;
    margin: 0 auto;
}

.newDetail_class_right_title {
    font-size: 22px;
    color: #DC5511;
    padding-top: 15px;
    margin-bottom: 10px;
}

.newDetail_class_right_list {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
}

.newDetail_class_right > div > a:hover {
    color: #DC5511 !important;
}

.newDetail_class_right_list span {
    color: #666666;
}

.newDetail_class_right_list span:first-child {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #666;
    margin-right: 5px;
}

.newDetail_class_right_list span:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.newDetail_class_two {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 15px;
}

.newDetail_class_two_left_title {
    padding-bottom: 20px;
    font-size: 24px;
}

.newDetail_class_two > div:first-child {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    width: 74%;
}

.newDetail_class_two_left {
    width: 95%;
    margin: 0 auto;
}

.newDetail_class_two_left_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.newDetail_class_two_left_list > div {
    width: 44%;
}

.newDetail_class_two_left_list_box {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.newDetail_class_two_left_list_box span {
    color: #666666;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #666;
    margin-right: 5px;
}

.nnewDetail_class_two_left_list_box span:first-child {
}

.newDetail_class_two_left_list_box span:last-child {
    width: auto;
    height: auto;
    background-color: #fff;
    border-radius: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.news_list_box {
    width: 95%;
    margin: 0 auto;
}

.news_list_box > a > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.news_list_box > a:hover {
    color: #DC5511;
}

.news_list_box_titles {
    display: flex;
    align-items: center;
    width: 85%;
    margin-right: 15px;
}

.news_list_box_titles > p:first-child {
    width: 5px;
    height: 5px;
    background-color: #666666;
    border-radius: 50%;
    margin-right: 5px;
}

.news_list_box_titles > p:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pages_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pages_box > div {
    margin-right: 20px;
    cursor: pointer;
}

.pages_num {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pages_num p {
    padding: 5px 10px;
    cursor: pointer;
}

.pages_num_active {
    color: #dc5511;
}

/** 视频列表 **/
.grey-bg {
    width: 100%;
    /*background-color: #f2f2f2;*/
}

.head-title {
    font-size: 24px;
    margin: 40px 0;
}

.video-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.video-box .item {
    width: 380px;
    /*height: 225px;*/
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 40px;
    position: relative;
    border-radius: 5px;
}

.video-box .item img {
    max-width: 100%;
    object-fit: fill;
}

.video-box .item .top_status {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 25px 5px 30px;
    font-size: 15px;
    background-color: #DC5511;
    color: #fff;
    border-radius: 20px 0 0 20px;
    letter-spacing: 1px;
}

.video-box .item:nth-child(4n) {
    margin-left: 0;
}

.video-box .item .img {
    width: 100%;
    /*height: 240px;*/
    display: flex;
    justify-content: center;
}

.video-box .item .img img {
    max-width: 100%;
    max-height: 100%;
}

.video-box .item .item-b {
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 0;
}

.video-box .item .item-b .inner {
    background-color: rgba(0, 0, 0, .4);
}

.video-box .item .item-b .inner .title {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    padding-left: 10px;
}

.video-box .item .item-b .inner .wrap {
    font-size: 12px;
    display: flex;
    padding: 2% 2%;
}

.video-box .item .item-b .inner .wrap .number {
}

.countDownTime {
    width: 900px;
    height: 497px;
    background-color: #183059;
    position: relative;
}

.video-box .item .item-b .inner .wrap .free {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0.1% 1%;
    margin-left: auto;
}

.video-box .item .item-b .triangle {
    width: 0;
    height: 0;
    border-color: transparent transparent rgba(0, 0, 0, .4) transparent;
    border-style: solid;
    /*注意看 这里定义了两个边线~*/
    border-width: 0 280px 20px 0;
}

.news_detail_nav_box_two .plane {
    display: none;
}

.news_detail_nav_box_two a {
    display: block;
    font-size: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
}

.news_detail_nav_box_two span {
    font-size: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
}

.news_detail_nav_box_two .plane.active {
    display: flex;
    align-items: center;
    padding-left: 0px;
    flex-wrap: wrap;
}


.countDownTime #timer {
    color: #F6F4F3;
    text-align: center;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-size: .7em;
    letter-spacing: 5px;
    margin-top: 25%;
}

.countDownTime h1 {
    font-family: "Lato", sans-serif;
    text-align: center;
    margin-top: 2em;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #F6F4F3;
}

.countDownTime .days,
.hours,
.countDownTime .minutes,
.seconds {
    display: inline-block;
    padding: 20px;
    width: 100px;
    border-radius: 5px;
}

.countDownTime .days {
    background: #EF2F3C;
}

.countDownTime .hours {
    background: #F6F4F3;
    color: #183059;
}

.countDownTime .minutes {
    background: #276FBF;
}

.countDownTime .seconds {
    background: #F0A202;
}

.countDownTime .numbers {
    font-family: "Montserrat", sans-serif;
    color: #183059;
    font-size: 5em;
}

.countDownTime .white {
    position: absolute;
    background: #F6F4F3;
    height: 85px;
    width: 75px;
    left: 30%;
    top: 14%;
}

.countDownTime .white .triangle {
    border-bottom: 14px solid #F6F4F3;
}

.countDownTime .white .string {
    background: #F6F4F3;
    border: 1px solid #F6F4F3;
}

.countDownTime .red {
    position: absolute;
    background: #EF2F3C;
    left: 18%;
    top: 19%;
    height: 65px;
    width: 70px;
}

.countDownTime .red .triangle {
    border-bottom: 14px solid #EF2F3C;
}

.countDownTime .red .string {
    background: #EF2F3C;
    border: 1px solid #EF2F3C;
}

.countDownTime .blue {
    position: absolute;
    background: #276FBF;
    height: 80px;
    width: 80px;
    left: 60%;
    top: 15%;
}

.countDownTime .blue .triangle {
    border-bottom: 14px solid #276FBF;
}

.countDownTime .blue .string {
    background: #276FBF;
    border: 1px solid #276FBF;
}

.countDownTime .balloon {
    border: 1px solid #000;
    border-radius: 50% 50% 50% 50%/ 40% 40% 60% 60%;
    z-index: 2;
}

.countDownTime .eye {
    position: absolute;
    width: 7px;
    height: 7px;
    top: 40%;
    left: 22%;
    background: #000;
    border-radius: 50%;
}

.countDownTime .eye:after {
    content: '';
    left: 35px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    position: absolute;
}

.countDownTime .mouth {
    position: absolute;
    top: 45%;
    left: 43%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.countDownTime .happy {
    border: 2px solid;
    border-color: transparent #000 #000 transparent;
    transform: rotate(45deg);
}

.countDownTime .triangle {
    position: absolute;
    left: 40%;
    bottom: -10%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.countDownTime .string {
    position: absolute;
    height: 70px;
    width: 1px;
    left: 48%;
    top: 100%;
    z-index: -1;
}

.star {
    width: 20px;
    height: 20px;
    background: #F6F4F3;
    -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.star-red {
    width: 30px;
    height: 30px;
    margin-left: 51px;
    margin-top: -5px;
    background: #EF2F3C;
    -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.teacher_list_box_detail_status {
    margin-top: 3px;
    font-weight: unset !important;
}

.job_menu {
    height: 75px;
    background-color: #fff;
    margin: 0 auto;
    letter-spacing: 2px;
}

.menu_item {
    margin: 0 auto;
    height: 100%;
    width: 1200px;
    justify-content: space-between;
    align-items: center;
    display: flex;

    align-content: center;
    text-align: center;
    vertical-align: middle;
}

.menu_item > div {
    display: flex;
}


.menu_item > div > a {
    width: 79px;
    height: 23px;
    font-size: 25px;
    font-weight: 400;
    color: #333333;
    /*line-height: 15px;*/
    white-space: nowrap;
    margin-top: 7px;
}

.menu_item > div > a:hover {
    color: #FF5C22;
!important;
}

.menu_item_active {
    color: #F55301;
}

.education_center {
    width: 1200px;
    margin: 0 auto;
    background-color: #FFFCFA;
}

.education_center_title {
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 30px;
    color: #101010;
}

.education_center_desc {
    font-size: 17px;
    color: #959595;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 65px;
}

.education_center_flex_box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.education_center_flex_box .item {
    width: 23%;
    min-height: 390px;
    margin: 0px 15px;
    border-radius: 20px;
    box-shadow: 0px 58px 132px 6px rgba(255, 94, 13, 0.06);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.education_center_flex_box .item img {
    width: 100%;
}

.education_center_flex_box .item .little_img {
    margin-top: 15px;
    /*width: 80%;*/
}

.education_center_flex_box .item .content {
    color: #333;
    letter-spacing: 2px;
    width: 243px;
    margin: 15px auto;
    text-align: left;
    font-size: 14px;
    line-height: 25px;
}

.education_center_flex_box .item .btn {
    width: 85%;
    background-color: #FFA724;
    color: #fff;
    padding: 15px 0px;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 2px;
}

.education_top {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 30px;
}

.education_top .right_img {
    position: absolute;
    right: 0;
    top: -90px;
    width: 450px;
}

.education_top .input_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: -83px;
    left: 0px;
    width: 45.5%;
    padding: 15px 40px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 14px 32px 1px rgba(255, 94, 13, 0.06);
}

.education_top .input_box img {
    width: 30px;
    margin-right: 30px;
}

.education_top .input_box input {
    border: none;
    flex: 1;
    font-size: 18px;
    outline-style: none;
    letter-spacing: 2px;
}

.education_top .input_box > div {
    color: #FF6315;
    font-size: 20px;
    letter-spacing: 3px;
    padding-left: 40px;
    border-left: 2px solid #FF9560;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    cursor: pointer;
    padding-right: 10px;
}


.education_banner {
    width: 100%;
    min-width: 1200px;
}

.education_top_content {
    width: 730px;
    letter-spacing: 2px;
}

.education_top_content_title {
    color: #FF6315;
    font-size: 32px;
    margin-bottom: 5px;
    padding-top: 20px;
}

.education_top_content_el {
    color: #969696;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.education_top_content_desc {
    font-size: 15px;
    color: #959595;
    line-height: 30px;
    margin-bottom: 15px;
}

.education_top_content_flex .item {
    display: flex;
    align-items: flex-start;
    color: #959595;
    margin-bottom: 30px;
}

.education_top_content_flex .item img {
    width: 80px;
}

.education_top_content_flex .item .item_title {
    color: #000;
    font-weight: bold;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.education_top_content_flex .item .item_desc {
    line-height: 25px;
    font-size: 15px;
}

.education_top_content_flex .item .education_top_content_flex_color {
    color: #FF7E3D;
}

.education_three {
    width: 1200px;
    margin: 0 auto;
    background-color: #FFFCFA;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 90px;
    position: relative;
}

.education_three .star_img {
    margin-top: 100px;
    width: 480px;
}

.education_three_one_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 260px;
}

.education_three_one_box .item {
    width: 340px;
    height: 167px;
    border-radius: 10px;
    box-shadow: 0px 58px 132px 6px rgba(255, 94, 13, 0.06);
}

.education_three_one_box .item .title {
    color: #FF6315;
    font-size: 25px;
    letter-spacing: 3px;
    margin-top: 20px;
    margin-left: 30px;
}

.education_three_one_box .item .desc {
    color: #959595;
    line-height: 30px;
    font-size: 17px;
    margin-top: 10px;
    margin-left: 30px;
    letter-spacing: 1px;
    padding-right: 25px;
}

.education_three_two_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 40px;
}

.education_three_two_box .item {
    width: 340px;
    height: 167px;
    border-radius: 10px;
    box-shadow: 0px 58px 132px 6px rgba(255, 94, 13, 0.06);
}

.education_three_two_box .item .title {
    color: #FF6315;
    font-size: 25px;
    letter-spacing: 3px;
    margin-top: 20px;
    margin-left: 30px;
}

.education_three_two_box .item .desc {
    color: #959595;
    line-height: 30px;
    font-size: 17px;
    margin-top: 10px;
    margin-left: 30px;
    letter-spacing: 1px;
    padding-right: 25px;
}


.education_four {
    width: 1200px;
    margin: 0 auto;
    background-color: #FFFCFA;
    padding-top: 100px;
    padding-bottom: 100px;
}

.education_four_flex_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.education_four_flex_box .item {
    /* width: 465px; */
    min-height: 350px;
    margin: 0 20px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 58px 132px 6px rgba(255, 94, 13, 0.06);
    position: relative;
}

.education_four_flex_box .item img {
    width: 100%;
    height: 220px;
}

.education_four_flex_box .item .desc {
    width: 80%;
    margin: 30px auto;
    line-height: 38px;
    color: #959595;
    font-size: 18px;
}

.education_four_flex_box .item .btn {
    background-color: #FFDAC7;
    color: #FF6315;
    width: 80%;
    text-align: center;
    padding: 15px 0px;
    font-size: 22px;
    border-radius: 30px;
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
}

.education_five {
    background-color: #FFFCFA;
    padding: 80px 0px;
    width: 1200px;
    margin: 0 auto;
}

.education_five_content_one {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.education_five_content_one .item {
    width: 48%;
    box-shadow: 0px 58px 132px 6px rgba(255, 94, 13, 0.06);
    background-color: #fff;
    min-height: 200px;
    margin: 10px;
    border-radius: 20px;
    position: relative;
}

.education_five_content_one .item .item_num {
    font-size: 20px;
    padding: 5px 10px;
    border-radius: 28px;
    background-color: #FF5E0D;
    color: #fff;
    position: absolute;
    top: -18px;
    left: 50px;
}

.education_five_content_one .item .item_title {
    margin-top: 25px;
    padding: 0 50px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 5px;
    color: #101010;
}

.education_five_content_one .item .item_title_color {
    color: #FF5E0D;
}

.education_five_content_one .item .item_desc {
    color: #959595;
    margin-top: 20px;
    line-height: 30px;
    padding: 0px 50px;
    letter-spacing: 2px;
    font-size: 16px;
}


/* economic S */
.ilb {
    display: inline-block;
}

.bsbb {
    box-sizing: border-box;
}

.economic_box {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    font-family: Source Han Sans CN;
    letter-spacing: 2px;
}

.economic_banner {
    position: absolute;
    top: -422px;
    left: 0;
    width: 100%;
    background: #fff;
}

.economic_banner img {
    width: 100%;
    height: 100%;
}

.economic_examine_box {
    box-sizing: border-box;
    position: relative;
    margin: 422px auto 108px;
    width: 1200px;
    height: 500px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px 1px rgba(255, 94, 13, 0.06);
    border-radius: 20px;
    padding: 37px 0 0 37px;
}

.economic_examine_box_l {
    width: 740px;
}

.economic_examine_box_l_title {
    color: #333333;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}

.economic_examine_box_l_title span,
.economic_examine_box_l_intro {
    color: #823C00;
}

.economic_examine_box_l_intro {
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 15px;
    margin-right: 41px;
    border-bottom: 1px solid #FFC9C9;
}

.economic_nav {
    width: 700px;
    padding: 45px 0 0 4px;
    display: flex;
    flex-wrap: wrap;
}

.economic_nav_item {
    margin-right: 69px;
    width: 145px;
    height: 106px;
    background: #fff;
    margin-bottom: 45px;
}

.economic_nav_item:nth-child(3n) {
    margin-right: 0;
}

.economic_nav_item_hd {
    height: 46px;
    margin-bottom: 13.6px;
}

.economic_nav_item_bt {
    box-sizing: border-box;
    width: 145px;
    height: 46px;
    background: #FFFFFF;
    border: 2px solid #FF6D24;
    border-radius: 7.5px;
    text-align: center;
    line-height: 45px;
    color: #FF6D24;
    font-size: 18px;
    cursor: pointer;
}

.economic_nav_item_bt:hover {
    background: rgba(255, 109, 36, .2);
}

.economic_nav_item_hd_icon {
    width: 42px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
}

.economic_nav_item_hd_text {
    display: inline-block;
    width: 81px;
    height: 46px;
    font-size: 16.7px;
    font-family: Alibaba PuHuiTi;
    color: #101010;
    line-height: 24px;
    letter-spacing: 2px;
}

.economic_examine_box_r {
    box-sizing: border-box;
    position: absolute;
    right: 38px;
    top: -81.3px;
    width: 393px;
    height: 512px;
    background: #FFFFFF;
    border: 2px solid #FF6D24;
    box-shadow: 0px 10px 24px 1px rgba(255, 94, 13, 0.06);
    border-radius: 15px;
    padding: 30px;
}

.economic_examine_box_r_title {
    color: #333333;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 17px;
    text-align: center;
}

.economic_examine_box_r_intro {
    margin-left: 33px;
    line-height: 15px;
    margin-bottom: 32px;
}

.economic_examine_box_r_intro span {
    display: inline-block;
    color: #823C00;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: 0 7px;
    vertical-align: middle;
}

.economic_examine_box_r_intro_line {
    display: inline-block;
    width: 38px;
    height: 2px;
    background: #823C00;
    vertical-align: middle;
}

.economic_examine_select_box {
    display: flex;
    width: 333px;
    color: #333333;
    font-size: 16px;
    margin-bottom: 5px;
}

.economic_examine_select_title {
    width: 80px;
    margin-right: 22px;
}

.economic_examine_select_list {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.economic_examine_select_item {
    width: 50%;
    position: relative;
    padding-left: 26px;
    margin-bottom: 15px;
}

input {
    outline: none;
    border: 0;
}

.economic_select_not {
    cursor: pointer;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url('../imgs/jingji/economic_select_not.png') no-repeat center;
}

.economic_select {
    cursor: pointer;
    position: absolute;
    left: 6px;
    top: 28%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url('../imgs/jingji/economic_is_active.png.png') no-repeat center;
    background-size: 100% 100%;
    z-index: 100;
    opacity: 0;
}

.economic_is_actvie {
    opacity: 1;
}

.economic_examine_getPhone,
.economic_examine_getPhone input {
    width: 333px;
    height: 45px;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 7px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    line-height: 45px;
    color: #959595;
}

.economic_examine_submit {
    width: 333px;
    height: 59px;
    background: #FF6D24;
    border-radius: 7px;
    margin-top: 11px;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    line-height: 59px;
    color: #fff;
    cursor: pointer;
}

.economic_mid {
    width: 1200px;
    margin: 0 auto;
}

.economic_mid_title {
    color: #1B1B1B;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 40px;
}

.economic_mid_intro {
    color: #333333;
    font-size: 16px;
    line-height: 34px;
}

.economic_mid_intro span {
    color: #823C00;
}

.economic_mid_content {
    display: flex;
    width: 1200px;
    height: 294px;
    margin-top: 20px;
    margin-bottom: 80px;
}

.economic_mid_content_l {
    flex: 1;
    border-top: 1px solid #FF6D24;
    height: 294px;
    padding: 30px 0 0 0;
    margin-right: 20px;
}

.economic_mid_content_r {
    width: 480px;
    height: 294px;
    border-radius: 22px;
}

.economic_mid_content_r img {
    width: 100%;
    height: 294px;
}

.economic_mid_content_l_item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.economic_mid_content_l_item_icon {
    width: 63px;
    height: 63px;
    border-radius: 63px;
    background: url('../imgs/jingji/economic_icon_one.png') no-repeat center;
}

.economic_mid_content_l_item_text {
    width: 580px;
    color: #0B0B0B;
    font-size: 15px;
    margin-left: 20px;
    line-height: 25px;
}

.economic_mid_content_l_item_icon_two {
    width: 63px;
    height: 63px;
    border-radius: 63px;
    background: url('../imgs/jingji/economic_icon_two.png') no-repeat center;
}

.economic_mid_content_l_item_icon_three {
    width: 63px;
    height: 63px;
    border-radius: 63px;
    background: url('../imgs/jingji/economic_icon_three.png') no-repeat center;
}

.economic_mid_content_l_item_text span {
    color: #823C00;
    margin: 0 5px;
    font-weight: 600;
}

.economic_bt {
    margin: 0 auto;
    width: 1200px;
    color: #101010;
}

.economic_bt_one {
    margin-bottom: 38px;
}

.economic_bt_title {
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    line-height: 26px;
    margin-bottom: 40px;
}

.economic_bt_intro {
    font-size: 15px;
    color: #959595;
    text-align: center;
}

.economic_bt_intro span {
    color: #FF6D24;
}

.economic_bt_one_list {
    display: flex;
    flex-wrap: wrap;
}

.economic_bt_one_item {
    width: 25%;
    flex-shrink: 1;
    text-align: center;
    margin-bottom: 30px;
    /* text-align: center; */
    /* width: 273px; */
    /* height: 135px; */
    background: url('../imgs/jingji/economic_num_1.png') no-repeat center;
    background-size: 120% 120%;
    /* margin:0 35px 38px 0; */
}

.economic_bt_one_item img {
    width: 53%;
    margin-top: 10px;
}

/* .economic_bt_one_item:nth-child(4n) {
    margin-right: 0;
} */
.economic_bt_one_title {
    color: #101010;
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
}

.economic_bt_one_intro {
    color: #959595;
    font-size: 16px;
    margin: 13px 0 13px 0;
}

.economic_bt_one_icon {
    width: 156px;
    height: 20px;
    background: url('../imgs/jingji/economic_star.png') no-repeat center;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 10px;
}

.economic_bt_two {
    margin-top: 65px;
    margin-bottom: 38px;
}

.economic_bt_two_list {
    width: 1200px;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 80px;
}

.economic_bt_two_item {
    flex: 1;
    margin-right: 66px;
    height: 480px;
    box-shadow: 0px 14px 32px 1px rgba(255, 94, 13, 0.06);
    border-radius: 20px;
}

.economic_bt_two_item_bt {
    height: 430px;
    background: url('../imgs/jingji/economic_img_reform1.png') no-repeat center;
    background-size: 100% 100%;
}

.economic_bt_two_item:nth-child(4n) {
    margin-right: 0;
}

.economic_bt_two_item:nth-child(2) .economic_bt_two_item_bt {
    background: url('../imgs/jingji/economic_img_reform2.png') no-repeat center;
    background-size: 100% 100%;
}

.economic_bt_two_item:nth-child(3) .economic_bt_two_item_bt {
    background: url('../imgs/jingji/economic_img_reform3.png') no-repeat center;
    background-size: 100% 100%;
}

.economic_bt_two_item:nth-child(4) .economic_bt_two_item_bt {
    background: url('../imgs/jingji/economic_img_reform4.png') no-repeat center;
    background-size: 100% 100%;
}

.economic_bt_two_item_hd {
    height: 50px;
    text-align: center;
    color: #823C00;
    font-weight: bold;
    font-size: 23px;
}

.economic_bt_one_item:hover {
    background: #EAEAEA;
    cursor: pointer;
}

.economic_bt_two_item_title {
    width: 100%;
    height: 60px;
    background: #FF6D24;
    border-radius: 20px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.economic_bt_two_item_content {
    padding: 0 22px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 25px;
}

.economic_bt_three_list {
    position: relative;
    display: flex;
    margin-top: 40px;
    width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.economic_bt_three_item {
    width: 100%;
    display: flex;
    height: 180px;
    background: #FFFFFF;
    box-shadow: 0px 14px 32px 1px rgba(255, 94, 13, 0.06);
    border-radius: 20px;
}

.economic_bt_three_item_l,
.economic_bt_three_item_r {
    flex: 1;
}

.economic_bt_three_item:nth-child(2) {
    width: 100%;
    box-shadow: 0px 14px 32px 1px rgba(255, 94, 13, 0.06);
    border-radius: 20px;
    margin: 120px 0 93px 0;
}

.economic_bt_three_img {
    position: absolute;
    left: 50%;
    top: 34px;
    transform: translateX(-50%);
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: url('../imgs/jingji/economic_bt_img.png') no-repeat center;
    background-size: 100% 100%;
}

.economic_bt_three_item_l,
.economic_bt_three_item_r {
    color: #333333;
    /* font-weight: bold; */
    font-size: 24px;
    padding: 23px 23px 0 53px;
}

.economic_bt_three_item_l span,
.economic_bt_three_item_r span {
    color: #823C00;
}

.economic_bt_three_item_l div:nth-child(2),
.economic_bt_three_item_r div:nth-child(2) {
    margin-top: 20px;
    width: 340px;
    font-size: 16px;
    line-height: 38px;
    color: #333333;
}

.economic_bt_three_item_r div:nth-child(2) {
    margin-left: 200px;
    text-align: left;
}

.economic_bt_three_item_r {
    float: right !important;
    text-align: right;
}

/* economic E */

/*****************************第三次首页修改***********************/
.new_content_box {
    display: inline-table;
    /*width: 550px;*/
}

.new_content {
    width: 585px;
    display: flex;
    margin-bottom: 50px;
    /*margin-right: 25px;*/
}

.new_content_left_box {
    width: 220px;
}

.new_content_right_box {
    margin-left: 15px;
    /*width: 100%;*/
}

.left_box_bottom {
    /*margin-top: 10px;*/
}

.left_box_bottom_button {
    height: 40px;
    background: #C0E195;
    border-radius: 10px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #4F8704;
    letter-spacing: 2px;
    margin-top: 7px;

}

.new_content_box_new > div {
    margin-bottom: 9px;
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.new_content_box_new {
    width: 355px;
    height: 282px;
    background: #FFFFFF;
    border-radius: 10px;
    padding-top: 5px;
}

.new_content_box_new > div > div {
    flex-shrink: 0;
    width: 5px;
    height: 5px;
    background-color: #c8c3c3;
    border-radius: 50%;
    margin-right: 5px;
}

.new_content_box_new > div > p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #959595;
    cursor: pointer;
}

.new_content_box_new > div > p > a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.new_content_box_new > div > p:hover {
    color: #666;
    font-weight: 600;
}

.new_content_top {
    display: flex;
    padding-bottom: 5px;
    /*border-bottom: 1px #F1F1F1 solid;*/
    align-items: center;
    white-space: nowrap;
}

.new_content_top > p {
    font-size: 36px;
    margin-right: 30px;
    font-weight: 500;
}

.button_yellow {
    background: #FFE56D;
    color: #E87E01;
}

.button_blue {
    background: #CBE1FF;
    color: #006FFF;
}

.button_red {
    background: #FFB4AD;
    color: #FE3C29;
}

.new_index_banner_right {
    width: 300px;
    height: 360px;
    background: #FFFFFF;
    border-radius: 20px;
    position: relative;
}

.new_banner_right_box {
    width: 260px;
    margin: 0 auto;
}

.new_index_banner_btns {
    border: 1px solid #FF5C22;
    border-radius: 10px;
    margin-bottom: 16px;
}

.new_index_banner_btns > a {
    font-size: 14px;
    font-weight: 400;
    color: #FF5C22;
    text-align: center;
}

.index_banner_right_three {
    justify-content: space-between;
    display: flex;
    position: absolute;
    bottom: 40px;
}

.index_banner_right_three > div:nth-child(1) {
    position: relative;
    right: 0px;
}

.index_banner_right_three > div:nth-child(2) {
    position: relative;
    left: 48px;
}

.index_banner_right_three > div:nth-child(3) {
    position: relative;
    left: 90px;
}

.index_banner_right_three > a > div:nth-child(1) > div {
    color: #00DDBB;
}

.index_banner_right_three > div:nth-child(2) > div {
    color: #FD6D13;
}

.index_banner_right_three > div:nth-child(3) > div {
    color: #C716F9;
}

.mask_box {
    width: 522px;
    height: 552px;
    background: #FFFFFF;
    border-radius: 20px;
    position: absolute;
}

.mask_box_title {
    width: 79px;
    height: 18px;
    font-size: 18px;
    font-weight: bold;
    color: #000033;
    margin: 0 auto;
    margin-top: 34px;
}

.mask_box_content_box {
    width: 430px;
    height: 84px;
    background: #FFE0D2;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 33px;
}

.mask_box_content {
    font-size: 16px;
    font-weight: 400;
    color: #FF824B;
    line-height: 24px;
    padding-top: 20px;
    margin-left: 25px;
}

.mask_input > select {
    width: 430px;
    height: 55px;
    background: #FFFFFF;
    border: 1px solid #FFE0D2;
    border-radius: 10px;
    margin-top: 20px;
    margin-left: 45px;
    /*字体样式*/
    font-size: 14px;
    font-weight: 400;
    color: #959595;
    line-height: 24px;
    padding-left: 20px;
}

.mask_input > input {
    width: 408px;
    height: 55px;
    background: #FFFFFF;
    border: 1px solid #FFE0D2;
    border-radius: 10px;
    margin-top: 20px;
    margin-left: 45px;
    position: relative;
    /*字体样式*/
    font-size: 14px;
    font-weight: 400;
    color: #959595;
    line-height: 24px;
    padding-left: 20px;
}

.close {
    width: 130px;
    height: 50px;
    background: #D2D2D2;
    opacity: 0.3;
    border-radius: 10px;
    /*字体样式*/
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    line-height: 50px;
    margin-left: 70px;
    cursor: pointer;
}

.submit {
    width: 130px;
    height: 50px;
    background: #FF5A13;
    border-radius: 10px;
    /*字体样式*/
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
    margin-left: 30px;
    cursor: pointer;
}

.mask_button {
    display: flex;
    width: 408px;
    margin: 0 auto;
}

.captcha {
    width: 70px;
    font-size: 14px;
    font-weight: 400;
    color: #FF824B;
    position: relative;
    left: 390px;
    top: -38px;
    cursor: pointer;
    display: block;
    z-index: 10;
    text-align: center;
}

.index_new_img_1 {
    position: relative;
    bottom: 250px;
    right: 85px;
}

.index_new_img_2 {
    position: relative;
    top: 180px;
    left: 260px;
}

.index_new_img_3 {
    position: relative;
    top: 208px;
    right: 380px;
}

.left_box_top {
    width: 220px;
    height: 235px;
}
.mask {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    background-color: rgba(0, 0, 0, .1);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap-qrcode {
    width: 260px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 1%;
    border-radius: 5px;
    box-shadow: 0 0 1px 0 #000;
}
#close {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    cursor: pointer;
}
.qrcode p {
    font-size: 16px;
    text-align: center;
}
.qrcode_logo_box {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.qrcode_logo_box img {
    width: 32px;
    margin-right: 10px;
}
.qrcode_num_box {
    color: #DC5511;
    font-size: 20px;
    text-align: center;
    width: 100%;
    padding-top: 10px;
}
.mask_display {
    display: none;
}
.price_info {
    display: block !important;
}
.index_foot_content_bottom a{
    display: inline-block;
    color: #959595;
}

